home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / MAIN8 / MAIN8.DIR / 00022_Script_22 < prev    next >
Text File  |  1996-02-22  |  2KB  |  76 lines

  1. if not soundbusy(1) then
  2.   sound stop 1
  3.   sound playfile 1, "mainintr"
  4. else
  5. end if
  6. if rollover(3) then
  7.   set the visible of sprite 18 to true
  8.   set the visible of sprite 22 to true
  9.   updatestage
  10. else
  11.   set the visible of sprite 18 to false
  12.   set the visible of sprite 22 to false
  13.   updatestage
  14. end if
  15. if rollover(4) then
  16.   set the visible of sprite 19 to true
  17.   set the visible of sprite 23 to true
  18.   updatestage
  19. else
  20.   set the visible of sprite 19 to false
  21.   set the visible of sprite 23 to false
  22. end if
  23. if rollover(5) then
  24.   set the visible of sprite 20 to true
  25.   set the visible of sprite 24 to true
  26.   updatestage
  27. else
  28.   set the visible of sprite 20 to false
  29.   set the visible of sprite 24 to false
  30. end if
  31. if rollover(6) then
  32.   set the visible of sprite 21 to true
  33.   set the visible of sprite 25 to true
  34.   updatestage
  35. else
  36.   set the visible of sprite 21 to false
  37.   set the visible of sprite 25 to false
  38.   updatestage
  39. end if
  40. if rollover(10) then
  41.   set the visible of sprite 13 to true
  42.   updatestage
  43. else
  44.   set the visible of sprite 13 to false
  45.   updatestage
  46. end if
  47. if rollover(11) then
  48.   set the visible of sprite 14 to true
  49.   updatestage
  50. else
  51.   set the visible of sprite 14 to false
  52.   updatestage
  53. end if
  54. if rollover(12) then
  55.   set the visible of sprite 15 to true
  56.   updatestage
  57. else
  58.   set the visible of sprite 15 to false
  59.   updatestage
  60. end if
  61. if rollover(9) then
  62.   set the visible of sprite 17 to true
  63.   updatestage
  64. else
  65.   set the visible of sprite 17 to false
  66.   updatestage
  67. end if
  68. if rollover(27) then
  69.   set the visible of sprite 26 to true
  70.   updatestage
  71. else
  72.   set the visible of sprite 26 to false
  73.   updatestage
  74. end if
  75. go loop
  76.